AroundPoint.AroundPointCls.IGraphicAttributes C# (CSharp) Method

IGraphicAttributes() private method

private IGraphicAttributes ( int attrId ) : IGraphicAttributeType
attrId int
return IGraphicAttributeType
        IGraphicAttributeType IGraphicAttributes.get_Type(int attrId)
        {
            if (attrId == 0)
                return new GraphicAttributeSizeType();

            if (attrId == 1)
                return new GraphicAttributeIntegerType();
            else return null;

        }

Same methods

AroundPointCls::IGraphicAttributes ( int attrIndex ) : int
AroundPointCls::IGraphicAttributes ( string Name ) : int
AroundPointCls::IGraphicAttributes ( int attrId ) : object
AroundPointCls::IGraphicAttributes ( int attrId ) : string
AroundPointCls::IGraphicAttributes ( int attrId, object val ) : void