Gets or sets the Uri of the model to which the articulation pertains.
A null value means the articulation applies to all models.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Uri Uri { get; set; }
Public Property Uri As Uri
Get
Set
public:
property Uri^ Uri {
Uri^ get ();
void set (Uri^ value);
}
member Uri : Uri with get, set
Property Value
Type:
UriSee Also