SoExtTexture2syncMode Property |
Specifies the synchronous/asynchronous mode.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<SoExtTexture2Syncs> syncMode { get; }
Public ReadOnly Property syncMode As SoSFEnum(Of SoExtTexture2Syncs)
Get
public:
property SoSFEnum<SoExtTexture2Syncs>^ syncMode {
SoSFEnum<SoExtTexture2Syncs>^ get ();
}
member syncMode : SoSFEnum<SoExtTexture2Syncs> with get
Property Value
Type:
SoSFEnumSoExtTexture2SyncsRemarks . Default is SYNCHRONOUS.
See Also