Value.IsDerived Property

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Value Class > Value Properties >

Value.IsDerived Property

BR.AN.PviServices .NET


Gets if the data type is derived from an existing type. -1 ... undefined; 0 ... NOT derived; 1 ... It is derived! call to get further information about the derivation.

[Visual Basic]

Public ReadOnly Property IsDerived() As SByte

  Public Get

  End Get

End Property

[C#]

public sbyte IsDerived { public get; }

Property Value

Is the data type deirved or not.

See Also

Value Class | BR.AN.PviServices Namespace | ReadExtendedTypeInfo


Generated from assembly BR.AN.PviServices [8.1.0.4]